home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Mira / Mira_setup.exe / {app} / Mira.exe / 0 / RCDATA / TFORMPREVIEW / TFORMPREVIEW.txt
Text File  |  2003-09-02  |  5KB  |  222 lines

  1. object FormPreview: TFormPreview
  2.   Left = 274
  3.   Top = 290
  4.   Width = 783
  5.   Height = 667
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Aper'#231'u avant impression'
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poDefault
  17.   WindowState = wsMaximized
  18.   OnClose = FormClose
  19.   OnKeyDown = FormKeyDown
  20.   OnResize = ComboZoomClick
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 14
  24.   object PanelBarre: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 775
  28.     Height = 27
  29.     Align = alTop
  30.     BevelOuter = bvNone
  31.     TabOrder = 0
  32.     object Label1: TLabel
  33.       Left = 123
  34.       Top = 7
  35.       Width = 27
  36.       Height = 14
  37.       Caption = 'Zoom'
  38.     end
  39.     object Label2: TLabel
  40.       Left = 3
  41.       Top = 7
  42.       Width = 24
  43.       Height = 14
  44.       Caption = 'Page'
  45.     end
  46.     object LabelPage: TLabel
  47.       Left = 78
  48.       Top = 7
  49.       Width = 15
  50.       Height = 14
  51.       Caption = 'de '
  52.     end
  53.     object Bevel2: TBevel
  54.       Left = 210
  55.       Top = 2
  56.       Width = 3
  57.       Height = 22
  58.       Shape = bsLeftLine
  59.     end
  60.     object ComboZoom: TComboBox
  61.       Left = 153
  62.       Top = 3
  63.       Width = 55
  64.       Height = 22
  65.       Cursor = crHandPoint
  66.       Hint = 'Agrandissement'
  67.       Style = csDropDownList
  68.       ItemHeight = 14
  69.       ParentShowHint = False
  70.       ShowHint = True
  71.       TabOrder = 1
  72.       OnClick = ComboZoomClick
  73.       Items.Strings = (
  74.         '400 %'
  75.         '375 %'
  76.         '350 %'
  77.         '325 %'
  78.         '300 %'
  79.         '275 %'
  80.         '225 %'
  81.         '200 %'
  82.         '175 %'
  83.         '150 %'
  84.         '125 %'
  85.         '120 %'
  86.         '115 %'
  87.         '110 %'
  88.         '100 %'
  89.         '95 %'
  90.         '90 %'
  91.         '85 %'
  92.         '80 %'
  93.         '75 %'
  94.         '70 %'
  95.         '65 %'
  96.         '60 %'
  97.         '55 %'
  98.         '50 %'
  99.         '45 %'
  100.         '40 %'
  101.         '35 %'
  102.         '30 %'
  103.         '25 %'
  104.         '20 %'
  105.         '15 %'
  106.         '10 %'
  107.         '5 %')
  108.     end
  109.     object ComboPage: TComboBox
  110.       Left = 33
  111.       Top = 3
  112.       Width = 43
  113.       Height = 22
  114.       Cursor = crHandPoint
  115.       Hint = 'Changer de page'
  116.       Style = csDropDownList
  117.       ItemHeight = 14
  118.       ParentShowHint = False
  119.       ShowHint = True
  120.       TabOrder = 0
  121.       OnClick = ComboPageClick
  122.     end
  123.     object ButtonPrintAll: TButton
  124.       Left = 216
  125.       Top = 3
  126.       Width = 88
  127.       Height = 22
  128.       Hint = 'Imprimer toutes les pages'
  129.       Caption = 'Imprimer &tout'
  130.       TabOrder = 2
  131.       OnClick = SpeedBPrintAllClick
  132.     end
  133.     object ButtonPrintPage: TButton
  134.       Left = 309
  135.       Top = 3
  136.       Width = 88
  137.       Height = 22
  138.       Hint = 'Imprimer la page en cours seulement'
  139.       Caption = 'Imprimer la &page'
  140.       TabOrder = 3
  141.       OnClick = SpeedBPrintOnClick
  142.     end
  143.     object ButtonConfigure: TButton
  144.       Left = 402
  145.       Top = 3
  146.       Width = 88
  147.       Height = 22
  148.       Hint = 'Configurer l'#39'imprimante'
  149.       Caption = '&Configurer'
  150.       TabOrder = 4
  151.       OnClick = SpeedBConfigureClick
  152.     end
  153.     object ButtonClose: TButton
  154.       Left = 495
  155.       Top = 3
  156.       Width = 88
  157.       Height = 22
  158.       Hint = 'Fermer la page aper'#231'u'
  159.       Cancel = True
  160.       Caption = '&Fermer'
  161.       ModalResult = 2
  162.       TabOrder = 5
  163.     end
  164.   end
  165.   object ScrollBoxPreview: TScrollBox
  166.     Left = 0
  167.     Top = 27
  168.     Width = 775
  169.     Height = 606
  170.     HorzScrollBar.Tracking = True
  171.     VertScrollBar.Tracking = True
  172.     Align = alClient
  173.     BorderStyle = bsNone
  174.     Color = clGray
  175.     Ctl3D = False
  176.     ParentColor = False
  177.     ParentCtl3D = False
  178.     PopupMenu = PopupMenuPreview
  179.     TabOrder = 1
  180.     object PaintPreview: TPaintBox
  181.       Left = 183
  182.       Top = 3
  183.       Width = 364
  184.       Height = 373
  185.       PopupMenu = PopupMenuPreview
  186.       OnPaint = PaintPreviewPaint
  187.     end
  188.   end
  189.   object PopupMenuPreview: TPopupMenu
  190.     Left = 648
  191.     object Imprimertouteslespages1: TMenuItem
  192.       Caption = 'Imprimer toutes les pages'
  193.       OnClick = SpeedBPrintAllClick
  194.     end
  195.     object Imprimerlapageencours1: TMenuItem
  196.       Caption = 'Imprimer la page en cours'
  197.       OnClick = SpeedBPrintOnClick
  198.     end
  199.     object N1: TMenuItem
  200.       Caption = '-'
  201.     end
  202.     object Ajusterlesmargesdelapage1: TMenuItem
  203.       Caption = 'Ajuster les marges de la page'
  204.       OnClick = SpeedBMargeClick
  205.     end
  206.     object N2: TMenuItem
  207.       Caption = '-'
  208.     end
  209.     object Configurerlimprimante1: TMenuItem
  210.       Caption = 'Configurer l'#39'imprimante'
  211.       OnClick = SpeedBConfigureClick
  212.     end
  213.     object N3: TMenuItem
  214.       Caption = '-'
  215.     end
  216.     object Fermerlapageapperu1: TMenuItem
  217.       Caption = 'Fermer la page apper'#231'u'
  218.       OnClick = ButtonCloseClick
  219.     end
  220.   end
  221. end
  222.